lcTIN_IsoGetNextVer Home

Returns a handle to the vertex that is placed after the specified vertex of TIN isoline.

 HANDLE lcTIN_IsoGetNextVer (
   HANDLE hIsoline,
   HANDLE hVer
 );

Parameters
hIsoline
  Handle to a TIN isoline.
hVer
  Handle to a vertex of TIN isoline.

Return Value

  Handle to the vertex that is placed after hVer in isoline.
If there are no vertoces after hVer, the function returns NULL.

See Also

  lcTIN_IsoGetFirstVer,   lcTIN_IsoGetVerXY